bitkeeper revision 1.1610 (429c6844gwqwv-oCcjfTguJRDbgCXQ)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 31 May 2005 13:36:04 +0000 (13:36 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 31 May 2005 13:36:04 +0000 (13:36 +0000)
XendRoot.py:
  Fix get_xend_relocation_port comment.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/python/xen/xend/XendRoot.py

index 069f21dc9ff128480987863c801ae1410d49801f..d1bd503f8a20907486eb03d9db13e84014cdf5ca 100644 (file)
@@ -288,7 +288,7 @@ class XendRoot:
         return self.get_config_value('xend-address', self.xend_address_default)
 
     def get_xend_relocation_address(self):
-        """Get the address xend listens at for its HTTP and event ports.
+        """Get the address xend listens at for its relocation server port.
         This defaults to the empty string which allows all hosts to connect.
         If this is set to 'localhost' only the localhost will be able to connect
         to the HTTP and event ports.